home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / GSBug / Release.Notes — Exerciser < prev    next >
Encoding:
Text File  |  1991-12-09  |  4.6 KB  |  116 lines  |  [TEXT/MPS ]

  1. ******************************************************************************************
  2. *                                                                                        *
  3. *                              GS/OS Exerciser Release Notes                             *
  4. *                                                                                        *
  5. *                                   Copyright (c) 1991                                   *
  6. *                                  Apple Computer, Inc.                                  *
  7. *                                  All Rights Reserved                                   *
  8. *                                                                                        *
  9. ******************************************************************************************
  10.  
  11. Version 6.0d8 - 09 Dec 91
  12. =========================
  13.  
  14. 1)    Console driver library fix: Added logic in call dispatcher to save the current
  15.     state of the HIRES softswitch and restore it after handling the call.  This is
  16.     done so that we can explicitly turn OFF the softswitch so that when the driver
  17.     is flipping back and forth between main and aux display memory, the hires buffer
  18.     isn't accidently switched back and forth as well.  This could cause problems if
  19.     the stack and/or direct page happen to be within the bank 0 hires buffer.
  20.     (Actually, this DID cause a problem after running Apple Bowl, since Apple Bowl
  21.     WAS leaving the HIRES switch turned on.)
  22.  
  23.  
  24. Version 6.0d7 - 05 Dec 91
  25. =========================
  26.  
  27. 1)    Added support for new flags parameter in ChangePath call.
  28.  
  29.  
  30. Version 6.0d6 - 18 Oct 91
  31. =========================
  32.  
  33. 1)    Added support for new call - $3A, SetStdRefNum.
  34.  
  35. 2)    Removed $0D-Null from splash screen to make room for $3A-SetStdRefNum.  Note that
  36.     the user can still make a Null call, it just isn't displayed on the prompt screen
  37.     (similar to the ResetCache call).
  38.  
  39. 3)    After scanning the remainder of the release notes, I realized that I never
  40.     documented what I did for the ResetCache call.  So, here goes!  The Null and
  41.     ResetCache calls do not appear on the prompt screen, due to space considerations.
  42.     These two calls can still be made with the Exerciser, though.  ResetCache was never
  43.     supported by previous Exercisers, but I thought it would be handy to have in the
  44.     Exerciser.DA for those times that you want to flush the GS/OS disk cache.  I didn't
  45.     bother putting it on the prompt screen because (1) there wasn't enough room, and
  46.     (2) you don't need it all that often, anyway.  I had to remove the Null prompt for
  47.     the same two reasons.
  48.  
  49. 4)    Bug fix:  The "N" command would inadvertently toggle the state of the "L" prompt.
  50.     This has been fixed.
  51.  
  52.  
  53. Version 6.0d5 - 22 May 91
  54. =========================
  55.  
  56. 1)    Bug fix:  GetFileInfo and Open parameter attributes fixed so that the Option List
  57.     parameter is the last parameter that can be moved to using the down arrow key.
  58.  
  59. 2)    At Ron's request, I've added an rVersion resource, so that you don't have to drop
  60.     into the Exerciser just to find out what the version number is.  Instead, you can
  61.     launch the Finder, open up a zillion folders to find the Exerciser, and then do a
  62.     Get Info on the file. ;-)
  63.  
  64.  
  65. Version 6.0d4 - 22 May 91
  66. =========================
  67.  
  68. 1)    Bug fix:  When the up arrow was used to move the input cursor up within the
  69.     parameter block entry screen, and the cursor happened to move past an output
  70.     parameter, the Exerciser would lose count of the number of parameters contained
  71.     in the call.  The problem has been fixed.
  72.  
  73.  
  74. Version 6.0d3 - 26 Feb 91
  75. =========================
  76.  
  77. 1)    Parameter #2 for the GetLevel call was incorrectly flagged as an output parameter.
  78.     This has been corrected.
  79.  
  80. 2)    Two new parameters have been added to the GetRefInfo parameter block.
  81.  
  82.  
  83. Version 6.0d2 - 22 Feb 91
  84. =========================
  85.  
  86. 1)    Added flags and realVolName parameters for enhanced Format and EraseDisk calls.
  87.  
  88. 2)    Added characteristics and device_id parameters for enhanced Volume call.
  89.  
  90. 3)    Added level_mode parameter to GetLevel & SetLevel calls.
  91.  
  92. 4)    Added user_id parameter to the GetName call.
  93.  
  94. 5)    Fixed GetName and GetBootVolume table entries so that an actual result buffer
  95.     is provided for the calls.
  96.  
  97.  
  98. Version 6.0d1 - 29 Jan 91
  99. =========================
  100.  
  101. 1)    Added support for JudgeName call.
  102.  
  103. 2)    Changed default GS/OS call class to class 1.  (No more "k1<return>" when you
  104.     initially launch the program.)
  105.  
  106. 3)    Changed default p_count from minimum to maximum and reworded p_count message on
  107.     menu screen.
  108.  
  109. 4)    Added buffer length word initialization to option_list buffer.
  110.  
  111. 5)    Added support for new parameter to the Flush call.
  112.  
  113. 6)    Bug fix:  GetFSTInfo was displaying the file_sys_id as an input parameter when it
  114.     actually is a result.  BRC #73591.
  115.  
  116.